home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aac / NYWHELP.5 < prev    next >
Text File  |  1986-08-02  |  2KB  |  39 lines

  1.                        CURSOR MOVEMENT COMMANDS
  2.  
  3. <LEFT> moves the cursor one character to the left
  4. <RIGHT> moves the cursor one character to the right
  5. <NEXTWORD> moves the cursor to the next word
  6. <PREVWORD> moves the cursor back one word
  7. <BEGLINE> moves the cursor to the left margin
  8. <ENDLINE> moves the cursor to the end of the line
  9.  
  10. <UP>  moves the cursor up one line
  11. <DOWN> moves the cursor down one line
  12. <NEXTPARA> moves the cursor to the next paragraph
  13. <PREVPARA> moves the cursor to the previous paragraph
  14. <NEXTSCREEN> moves the cursor down one screenful
  15. <PREVSCREEN> moves the cursor up one screenful
  16. <+SCROLL> scrolls continously down the text
  17. <-SCROLL> scrolls continously up the text.
  18. For the scroll commands, you can chose the scrolling speed  (0-9).  To
  19. stop the scroll, press any key. You are then asked if you want to stop
  20. the scrolling operation or resume it.
  21. <HOME> moves the cursor to the top left corner of the screen
  22. <BOTTOM> moves the cursor to the bottom left corner of the screen
  23.  
  24. <GOTOLINE> moves the cursor to a specific line number. The number
  25. can  be  an  absolute line number (ie 44), a line number relative to
  26. the current line (ie +32, -5), the last line ($), or a number of lines
  27. from the last line (ie $-7). It can also be a bookmark ('a' to 'z').
  28.  
  29. <BOOKMARK>  places  a "bookmark" at the cursor position. You can label
  30. this mark 'a' through 'z'. To return to that mark at any time, use the
  31. <GOTO LINE> command above.
  32.  
  33. <NEXTPAGE>  moves  the  cursor to the next page break. If there are no
  34. page breaks present, the cursor will move to  the  last  line  of  the
  35. file.
  36. <PREVPAGE> moves the cursor to the previous page break. If there are
  37. no  page  breaks  present,  the  cursor moves to the first line of the
  38. file.
  39. <GOTOPAGE> moves the cursor to a specific page number.